github.com/coder/websocket.Conn.flateThreshold (field)

6 uses

	github.com/coder/websocket (current package)
		conn.go#L50: 	flateThreshold int
		conn.go#L110: 		flateThreshold: cfg.flateThreshold,
		conn.go#L131: 	if c.flate() && c.flateThreshold == 0 {
		conn.go#L132: 		c.flateThreshold = 128
		conn.go#L134: 			c.flateThreshold = 512
		write.go#L166: 		if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {